IntegerValue

Length.IntegerValue property

Returns an integer numeric value of this Length instance, if it is internally stored as an integer, or throws an exception, if it was originally stored as a float number.

public int IntegerValue { get; }

Exceptions

exception condition
InvalidOperationException

See Also