NullableTypes Class Library

NullableInt16.Multiply Method 

returns the result of multiplication of two NullableInt16 values

[Visual Basic]
Public Shared Function Multiply( _
   ByVal x As NullableInt16, _
   ByVal y As NullableInt16 _
) As NullableInt16
[C#]
public static NullableInt16 Multiply(
   NullableInt16 x,
   NullableInt16 y
);

Parameters

x
NullableInt16 value
y
NullableInt16 value

Return Value

x multiplied by y

See Also

NullableInt16 Class | NullableTypes Namespace